home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Light ROM 1
/
LIGHT-ROM 1 (Amiga Library Services)(1994).iso
/
ffdisks
/
d944.lha
/
PhoneDir
/
Phonedirectory.doc
< prev
next >
Wrap
Text File
|
1993-12-20
|
6KB
|
200 lines
--- Personal PhoneDirectory --
Version 1.0
Copyright Hallvard Korsgaard 1993
Preface
-------
The program and files in this distribution are copyright Hallvard
Korsgaard *, but can be freely distributed as long as no more than a
nominal fee i charged to cover time and copying costs, and as long as
all files remain unchanged and all files are distributed. If you take
this program into regular use you shold pay $15 to the author. You
will then get future versions free.
The above is generaly known as Shareware.
(* exept ReqTools.library which is copyright (c) Nico François.)
If you have suggestions for improvements or remarks about this
program, or if you find any bugs, please let me know.
Write to the following address:
Hallvard Korsgaard
Mellom Bøkeligt. 4
3256 Larvik
Norway
Personal Phonedirectory needs Kickstart 2.04 (v 37) or above to run.
I take no responsibility for whatever this program is used for.
Contents
--------
1. An introduction
2. Installation
3. How to use
4. Program history
1. An Introduction
------------------
Personal Phonedirectory (PPD) was designed to remember addresses and
phonenumbers for you, and also dial the numbers automaticly. PPD was
designed especially with multitasking in mind. When you are doing
something else its window can be minimized, and when you need to, you
can call someone just by a click on the mouse. PPD uses almost no
systempower when not used.
2. Instalation
--------------
* Copy reqtools.library to the libs directory on your harddirve by
using the DOS command COPY, or by any other suitable tool.
* Copy the file Phonedirectory to any directory by dragging its icon
or by one of the metodes described above.
* Copy this documentation file to the directory in which you store
your documentationfiles.
When you have copied the files you should singel-click on the
phonedirectory icon and select Information... form the Icons menu, or
press right Amiga+I. (If you have any questions about the Information
program you should read about it in your Workbench documentation
first.) The Stacksize should be set to a minimum of 5000 bytes.
There are five different Tool Types:
PPDFILE - Full path to your Phonedirectory data file.
TONE - The length of which the tones should be dialed.
DELAY - The length of the delay between the tones.
PAUSE - The length of P command.
DONOTWAIT - Use this if you have put the icon in the WBStartup drawer.
IMPORTANT: The TONE, DELAY and PAUSE must be specified with four
digits.
The number is: (number/50) seconds.
eg. 0003 = 3/50 second
Example1
--------
PPDFILE=MyDisk:Different/Phone.ppd
TONE=0004
DELAY=0003
PAUSE=0100
Example2
--------
PPDFILE=dh0:UsfulStuff/Tele/MyPhone.ppd
TONE=0005
DELAY=0005
PAUSE=0100
DONOTWAIT
The default values for TONE, DELAY and PAUSE are:
TONE=0003
DELAY=0003
PAUSE=0100
3. How to use
-------------
The menus
---------
Project
--------
New - Erases the current phonedir (in memory) and let you start over
with a new (blank) one.
Open - Opens a new phonedir. Erases the current phonedir in memory.
Save - Saves the current phonedir to the file form which it was
loaded.
Save As - Saves the current phonedir to a new file.
About - Shows some info about the program.
Quit - Ends the program.
Phone
------
Dial number - Displays a requester in which you can enter a number
to dial.
Length of...
Tone - The length of which the tones should be dialed.
Delay - The length of the delay between the tones.
Pause - The length of P command.
The buttons
-----------
Last - Shows the previous record in the list.
Next - Shows the next record in the list.
Delete - Deletes the record displayed.
Add - Adds a new record to the list.
Sort - Sorts the records (by surname only).
Search - Search for records. Not casesensitive. Uses standard
wildcards.
Exit - Exits the search mode.
Dial - Dials the number shown in the box to the left.
Sort uses the location you have selected (preferences) to sort.
Different countries' special characters will therfore be sorted
corectly. The locale settings will, however, not influence the program
itself. Only surname is sorted. This will be changed in future
versions.
Standard wildcards
------------------
? Matches a single character.
# Matches the following expression 0 or more times.
(ab|cd) Matches any one of the items seperated by '|'.
~ Negates the following expression. It matches all strings that
do not match the expression (aka ~ (foo) matches all strings
that are not exactly "foo".)
[abc] Character class: matches any of the characters in the class.
[~bc] Character class: matches any of the characters not in the
class.
a-z Character range (only within character classes).
% Matches 0 characters always (useful in "(foo|bar|%)").
* Synonym for "#?", not avabile by default in 2.04. Avabile as
an option that can be turned on.
"Expression" in the above table means either a single character
(ex: "#?"), or an alternation (ex: "#(ab|cd|ef)", or a character class
(ex: "#[a-zA-Z]").
Program History
----------------------------------------------------------------------
Version 1.0: Firt release
----------------------------------------------------------------------
(c) Hallvard Korsgaard
Remember: Only Amiga makes IT possible.